home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
011
/
nickl11.arc
/
NICKL_BL.BAT
< prev
next >
Wrap
DOS Batch File
|
1987-08-18
|
797b
|
75 lines
GOTO OPTIONS
[----------- Menu Title -------------]
[-------- Options --------]
[-------------------------]
:OPTIONS
echo off
cls
goto %1
:F1
Echo Option F1 Not Defined
Pause
GOTO END
:F2
Echo Option F2 Not Defined
Pause
GOTO END
:F3
Echo Option F3 Not Defined
Pause
GOTO END
:F4
Echo Option F4 Not Defined
Pause
GOTO END
:F5
Echo Option F5 Not Defined
Pause
GOTO END
:F6
Echo Option F6 Not Defined
Pause
GOTO END
:F7
Echo Option F7 Not Defined
Pause
GOTO END
:F8
Echo Option F8 Not Defined
Pause
GOTO END
:F9
Echo Option F9 Not Defined
Pause
GOTO END
:F10
Echo Option F10 Not Defined
Pause
GOTO END
:END
CD\NICKL
NICKLMNU
rem Add 1 through 0 for automatic
rem re-entry to the corresponding sub menu.